*{
	font-family:'Kaushan Script',cursive;
	margin:0;
	padding:0;
}


.contactus{
	position:relative;
	height:100vh;
	padding:50px 100px
	justify-content:center;
	align-items:center;
	text-align:center;	
	background:url("https://i.ibb.co/094nYcX/bg-con.jpg");
	background-size:cover;
}

.content1 h2{
	font-size:50px;
	font-weight:bolder;
	color:#fff;
	font-family:'Dancing Script',cursive;
}

.container-min{
	width:85%;
	height:80%;
	justify-content:center;
	align-items:center;
	margin:50px auto;
	border-radius:5px;
	background:linear-gradient(to right, #00b09b, #96c93d );	

}


.container-min:hover{
	background:linear-gradient(to left,#c6ffdd, #fbd786, #f7797d);
	transition:0.5s;
	width:65%;
	height:70%;

}

.box2 {
	position:relative;
	padding:20px 0;
	font-size:25px;
	color:white;
	font-weight:bold;
}
.box2 h2 {
 	font-family:'Dancing Script',cursive;
	font-weight:bolder;
	color:#000080;
	font-size:45px;
}

@media screen and (max-width:750px){
	.box2 {
		font-size:30px;
		color:black;
	}
	.box2 h2{
		font-size:30px;	
	}
	content1 {
		font-size:50px;
	}
	.container-min{
		margin:20px auto;
	}

}